.new-appointment-float {
    width: 354px;
    background: #F6F6F8;
    margin-top: 20px;
    float: left
}

    .new-appointment-float img {
        width: 77%;
        margin: 5px 0
    }

.new-appointment-float .zh-appointment-input-box {
    width: 100%;
    text-align: center
}

.zh-appointment-input-box .zh-appointment-input {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    width: 90%;
    height: 30px;
    background: white;
    margin: 6px 0;
    padding: 0 6px
}

.new-appointment-float .zh-appointment-rule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0
}

.zh-appointment-rule .red-rule {
    color: #FF4E00;
    cursor: pointer
}

.new-banner {
    background: #FFF7F1;
    padding: 12px;
    position: relative
}

.nb-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nb-top .bn-t1,.nb-top .bn-t2 {
    width: 248px;
    margin: 6px
}

.nb-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.nb-foot .foot-fl {
    width: 40%;
    padding-right: 10%;
    border-right: 1px solid #FF4E00
}

.nb-foot .foot-fr {
    width: 40%;
    padding-left: 10%
}

.foot-fl .zh-input-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.zh-input-box .zh-input {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    width: 90%;
    height: 30px;
    background: white;
    margin: 3px 0;
    padding: 0 15px;
    font-size: 12px
}

.foot-fl .zh-rule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 8px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0
}

.zh-rule .red-rule {
    color: #FF4E00;
    cursor: pointer
}

.span-color {
    color: #FF4E00
}

.bn-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 43.5%;
    top: 135px;
    border-radius: 50%;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.bn-error {
    padding-left: 10px;
    font-size: 14px
}

.bn-btn .inner {
    width: 58px;
    height: 58px;
    background: #f5f1eb;
    border-radius: 50%;
    margin: 9px;
    padding: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.bn-btn .inner a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 20px;
    padding: 9px;
    background: #f26122;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    text-decoration: none
}

.bn-btn .inner a:before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    border: 11px solid #f5f1eb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: -12px;
    top: -12px;
    z-index: 2;
    -webkit-animation: dotSpread1 1500ms ease-out 1200ms infinite;
    animation: dotSpread1 1500ms ease-out 1200ms infinite
}

.bn-btn .inner a:after {
    position: absolute;
    display: block;
    content: '';
    width: 80px;
    height: 80px;
    border: 10px solid #9CF;
    border-radius: 50%;
    border: 10px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: -21px;
    top: -21px;
    -webkit-animation: dotSpread2 1500ms ease-out 1800ms infinite;
    animation: dotSpread2 1500ms ease-out 1800ms infinite
}

.foot-fr div {
    background: #EFEFEF;
    margin: 10px 0;
    padding: 12px
}

@-webkit-keyframes dotSpread1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes dotSpread1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes dotSpread2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 10px solid #9CF
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes dotSpread2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 10px solid #9CF
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.new-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999
}

.new-suc__s {
    padding: 20px 0 10px
}

.new-success .new-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.7)
}

.new-success .new-sc-box {
    position: absolute;
    width: 530px;
    left: 25%;
    top: 10%;
    text-align: center;
    background: white;
    z-index: 999
}

.new-success .new-sc-box {
    padding: 55px 20px
}

.new-box-tip {
    width: 400px;
    margin: 0 auto
}

.new-close {
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer
}

.new-foot-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.new-foot-banner img {
    width: 80%
}

.new-foot-cont {
    background: rgba(0,0,0,0.8);
    height: 65px
}

.new-foot-cont .new-foot-head {
    height: 93px;
    position: absolute;
    top: -26px;
    width: 100%;
    background-size: 100% 100%
}

.new-foot-down {
    position: absolute;
    right: 26vw;
    top: 12px;
    background: url(https://pres.vobao.com/Images/v4/pc/head-tip.png) no-repeat -1px -4px;
    width: 42px;
    height: 43px;
    cursor: pointer;
    z-index: 7
}

.new-foot-box {
    position: absolute;
    bottom: 0;
    width: 60vw;
    background: white;
    z-index: 999;
    left: 22%;
    top: 67px;
    padding: 0 10px;
    left: 50%;
    margin-left: -30vw
}

.new-foot-input {
    padding: 16px 30px;
    width: 40%;
    float: left;
    text-align: center
}

.nf-input {
    width: 80%;
    height: 30px;
    margin: 5px 0;
    padding: 0 18px;
    font-size: 16px
}

.nf-rule {
    margin: 8px 0;
    font-size: 13px
}

.nf-rule .red-rule,.red-color {
    color: #FF4E00;
    cursor: pointer
}

.nf-tip {
    font-size: 12px;
    text-align: center
}

.new-foot-swiper {
    width: 50%;
    position: absolute;
    left: 47%;
    top: 35px
}

.nf-btn {
    width: 65%!important
}

.new-foot-down2 {
    background: url(https://pres.vobao.com/Images/v4/pc/head-tip2.png) no-repeat -1px -4px;
    animation: pulse 1s linear .3s infinite both;
    -webkit-animation: pulse 1s linear .3s infinite both;
    -o-animation: pulse 1s linear .3s infinite both;
    -moz-animation: pulse 1s linear .3s infinite both;
    -ms-animation: pulse 1s linear .3s infinite both
}

@-webkit-keyframes pulse {
    0%,100% {
        -webkit-transform: translate(0,4px);
        -ms-transform: translate(0,4px);
        transform: translate(0,4px);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0,-4px);
        -ms-transform: translate(0,-4px);
        transform: translate(0,-4px);
        opacity: 1
    }
}

@keyframes pulse {
    0%,100% {
        -webkit-transform: translate(0,4px);
        -ms-transform: translate(0,4px);
        transform: translate(0,4px);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0,-4px);
        -ms-transform: translate(0,-4px);
        transform: translate(0,-4px);
        opacity: 1
    }
}

.new-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999
}

.new-success .new-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.7)
}

.new-success .new-sc-box {
    position: absolute;
    width: 530px;
    left: 30%;
    top: 30%;
    text-align: center;
    background: white;
    z-index: 999
}

.new-sc-box .new-sc-top {
    padding: 34px 20px 10px
}

.new-sc-box .new-sc-check {
    padding: 14px 20px 10px
}

.new-box-tip {
    width: 400px;
    margin: 0 auto
}

.new-close {
    font-size: 28px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer
}

.new-check-box .check-item {
    display: inline-block;
    width: 100px;
    padding: 8px 0;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 5px
}

.new-sc-check {
    background: #F7F7F7
}

.new-sc-check .new-check-title {
    font-size: 20px;
    padding: 0 0 15px
}

.new-check-box {
    margin: 10px 0 20px
}

.new-active {
    border: 1px solid #FF681A;
    color: white;
    background: #FF681A
}

.new-check-btn {
    background: #FF681A;
    color: white;
    width: 250px;
    padding: 10px 0;
    margin: 0 auto 10px;
    cursor: pointer;
    border-radius: 10px
}

.zh-code-btn {
    position: absolute;
    right: 5px;
    top: 7px;
    color: #ff681a;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer
}

.nf-code-btn {
    position: absolute;
    right: 7%;
    top: 8px;
    color: #ff681a;
    border: 1px solid #ff681a;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer
}

.zh-code-btn2 {
    position: absolute;
    right: 7%;
    top: 10px;
    color: #ff681a;
    border: 1px solid #ff681a;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer
}

.bn-checkNum .bn-checkItem {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: middle
}

.bn-checkNum .bn-checkBtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 35px;
    text-align: center;
    background: white;
    font-size: 13px;
    border: 1px solid white;
    cursor: pointer
}

.bn-checkNum .bn-checkActive {
    color: #ff681a;
    border: 1px solid #ff681a
}

.bn-checkNum .bn-checkTip {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px
}

.bn-checkTip .bn-checkTip-spc {
    color: #ff681a
}

.new-nametip {
    color: #FF681A;
    font-size: 19px;
    padding: 10px 0
}

.area-name,.area-box,.new-check-title,.check-box {
    display: inline-block;
    font-size: 14px
}

.area-box,.check-box {
    width: 75%
}

.select-area {
    font-size: 14px;
    background: white;
    height: 28px;
    margin: 0 10px
}

.new-area {
    padding: 10px 20px
}

.checkNum .checkItem {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: middle
}

.checkNum .checkBtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    background: white;
    font-size: 13px;
    border: 1px solid white;
    cursor: pointer
}

.checkNum .checkActive {
    color: #ff681a;
    border: 1px solid #ff681a
}

.checkNum .checkTip {
    display: inline-block;
    height: 45px;
    text-align: center;
    vertical-align: middle
}

.checkTip .checkTip-spc {
    color: #ff681a
}

.foot-checkNum .foot-checkItem {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: middle
}

.foot-checkNum .foot-checkBtn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 35px;
    text-align: center;
    background: white;
    font-size: 13px;
    border: 1px solid gainsboro;
    cursor: pointer
}

.foot-checkNum .foot-checkActive {
    color: #ff681a;
    border: 1px solid #ff681a
}

.foot-checkNum .foot-checkTip {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 12px
}

.foot-checkTip .foot-checkTip-spc {
    color: #ff681a
}
